home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / 0 / 100printerdrivers.dms / 100printerdrivers.adf / devs / mountlist next >
Text File  |  1992-07-13  |  540b  |  28 lines

  1. /*  Mount Entry for the new Console Handler */
  2.  
  3. NEWCON:    Handler = L:Newcon-Handler
  4.     Priority = 5
  5.     StackSize = 1000
  6.     #
  7.  
  8. /* an example of a ramdisk using the FastFileSystem */
  9.  
  10. RAD:    Device = rd.device
  11.     FileSystem = l:fastfilesystem
  12.         Unit   = 30
  13.         Flags  = 1
  14.         Surfaces  = 2
  15.         BlocksPerTrack = 11
  16.         Reserved = 2
  17.         Interleave = 0
  18.         LowCyl = 0 
  19.     HighCyl = 10
  20.         Buffers = 1
  21.         BufMemType = 5
  22.         Mount = 1
  23.         GlobVec = -1
  24.         MaxTransfer = 65335
  25.         DosType = 0x444F5301
  26.     #
  27.  
  28.